home *** CD-ROM | disk | FTP | other *** search
/ Ultra Pack / UltraComputing Technology Demos and Tools.iso / java / demo / lr / duke.wrl < prev    next >
Encoding:
Text File  |  1996-05-17  |  900 b   |  46 lines

  1. #VRML V1.0 ascii
  2.  
  3. Separator {
  4.    DEF BackgroundColor Info { string "0.5 0.5 0.5" }
  5.    DEF Viewer Info { string "walk" }
  6.    DEF ViewerSpeed Info { string "0.3" }
  7.  
  8.    Clock { }
  9.  
  10.    PerspectiveCamera {
  11.       position 0 0 20
  12.    }
  13.  
  14.    Texture2 { filename "images/duke.gif" }
  15.  
  16.    AnimatedTexture {
  17.       speed 10
  18.       frames 16
  19.       sequence [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ]
  20.    }
  21.  
  22.    Rotor { rotation 0 0 1 1.57
  23.            speed 0.2 }
  24.    Rotor { rotation 1 0 0 0
  25.            speed 0.361 }
  26.  
  27.    Separator { 
  28.       Translation { translation 0 7 0 }
  29.       Material { diffuseColor 1 1 1 }
  30.       Sphere { radius 5 }
  31.    }
  32.  
  33.    Separator { 
  34.       Translation { translation 7 0 0 }
  35.       Material { diffuseColor 0.8 1 0.8 }
  36.       Sphere { radius 5 } 
  37.    }
  38.  
  39.    Separator { 
  40.       Translation { translation -7 0 0 }
  41.       Material { diffuseColor 0.8 0.8 1 }
  42.       Sphere { radius 5 } 
  43.    }
  44.  
  45. }
  46.